ResourceSetProperty Method (String, String) |
Sets a property on a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus SetProperty(
string propertyName,
string propertyValue
)
Public Function SetProperty (
propertyName As String,
propertyValue As String
) As MultiStatus
Parameters
- propertyName
- Type: SystemString
Name of property to set. Property namspace is DAV: - propertyValue
- Type: SystemString
Value of property as a string
Return Value
Type:
MultiStatusA MultiStatus indicating the status of the property set.
See Also